home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rebound.swf / scripts / frame_8 / PlaceObject2_298_208 / CLIPACTIONRECORD onClipEvent(mouseDown).as
Encoding:
Text File  |  2006-06-13  |  262 b   |  9 lines

  1. onClipEvent(mouseDown){
  2.    if(this.hitTest(_root._xmouse,_root._ymouse) and _root.ball._visible == false and this._currentframe == 1 and _root.pauses == false)
  3.    {
  4.       _root.ball._visible = true;
  5.       _root.dir = 3;
  6.       this.gotoAndStop(2);
  7.    }
  8. }
  9.